04. Quiz: Implementing Constraints
Constraint Matrices
Next, you'll see how to implement relationships between robot poses and landmark locations. These matrices should look familiar from the section of linear algebra, but I also find it helpful to think of the values in these matrices as weights kind of like you've seen in convolutional kernels, only these weights imply how much a pose or landmark should be weighted in a set of equations.
04 Implementing Constraints Quiz V1
See below for the quiz.